home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00069.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  211 b   |  10 lines

  1. on exitFrame
  2.   go(marker(0))
  3.   if the movieTime of sprite 2 > 25 then
  4.     set the movieRate of sprite 2 to -1
  5.   end if
  6.   if the movieTime of sprite 2 < 5 then
  7.     set the movieRate of sprite 2 to 1
  8.   end if
  9. end
  10.